home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
stk110
/
smp.com
/
SHIP1.SMP
< prev
next >
Wrap
Text File
|
1990-09-23
|
947b
|
22 lines
/* SMP1 Sprite shape and mask bitmaps created by the SPRED */
#define ship1_width 24
#define ship1_height 24
unsigned char ship1_shape[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x07,0xC0,0x00,
0x07,0xF8,0x00,0x07,0xFE,0x00,0x07,0xFF,0x80,0x1F,0xE1,0xFC,
0x1F,0xE1,0xFC,0x07,0xFF,0x80,0x07,0xFE,0x00,0x07,0xF8,0x00,
0x07,0xC0,0x00,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
};
unsigned char ship1_mask[] = {
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xF9,0xFF,0xFF,0xF0,0x3F,0xFF,0xF0,0x07,0xFF,
0xF0,0x01,0xFF,0xF0,0x00,0x7F,0xE0,0x00,0x03,0xC0,0x00,0x01,
0xC0,0x00,0x01,0xE0,0x00,0x03,0xF0,0x00,0x7F,0xF0,0x01,0xFF,
0xF0,0x07,0xFF,0xF0,0x3F,0xFF,0xF9,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
};